projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44cd166
)
window: Call size_allocate() to allocate a size
author
Benjamin Otte
<otte@redhat.com>
Thu, 30 May 2013 17:28:08 +0000
(19:28 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Thu, 30 May 2013 17:28:54 +0000
(19:28 +0200)
Don't call gtk_container_resize_children().
https://bugzilla.gnome.org/show_bug.cgi?id=700185
gtk/gtkwindow.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwindow.c
b/gtk/gtkwindow.c
index 8ff0a216e56ee03b9dbcbc15e578c168502a04a4..8a545fce4f87bf23dbbcf07fe163779d42351609 100644
(file)
--- a/
gtk/gtkwindow.c
+++ b/
gtk/gtkwindow.c
@@
-8642,7
+8642,7
@@
gtk_window_move_resize (GtkWindow *window)
/* And run the resize queue.
*/
- gtk_
container_resize_children (container
);
+ gtk_
widget_size_allocate (widget, &allocation
);
}
/* We have now processed a move/resize since the last position